setInterpolator

Sets the interpolator for the underlying animator that animates the requested properties. By default, the animator uses the default interpolator for ValueAnimator. Calling this method will cause the declared object to be used instead.

Return

This object, allowing calls to methods in this class to be chained.

Parameters

value

The TimeInterpolator to be used for ensuing property animations.